getConferences

TrueConf7/5/26About 5 min

getConferences

Description

Get information about the current conference

void getConferences()

Response example

{
    "method": "getConferences",
    "requestId" : "1",
    "confId": "000000819f902bb4@some.server#vcs",
    "confType": 3,
    "isSmartMeeting" : false,
    "slideShowPresent": false,
    "duration": 3,
    "joinUrl": "http://192.168.6.1:8888/c/561849261795",
    "autoJoin": false,
    "confTitle": "Conference",
    "conferenceOwner": "user1@some.server/c7dfc565",
    "realTimeConferenceManagmentUrl": "http://192.168.6.1:8888/tools/real-time?k=00B240580E7166C7405B1C67AE242CC8326AE092&call_id=user1%40some.server%2Fc7dfc565&stream_id=000000819f902bb4%40some.server%23vcs&lang=en&mode=inapp&version=8.0.0&app=TrueConf_Room",
    "confState": 1,
    "isWaitingRoomSwitchingSupported": true,
    "isWaitingRoomEnabled": true,
    "maxParticipants": 450,
    "maxParticipantsOnPodium": 4,
    "result": true
}
{
    "method": "getConferences",
    "confId": "0000008243184a66@some.server#vcs",
    "type": "p2p",
    "direction": "outgoing",
    "peerId": "user2@some.server",
    "peerDn": "user2",
    "confState": 0,
    "result": true
}

Response Parameters

NameDescription
maxParticipantsOnPodiumThis parameter is present only if a moderated TrueConf VideoSDK is in a communication session and indicates the maximum number of participants that can be on the podium simultaneously. The field is only available for role-based conferences
maxParticipantsThis parameter is present only if a moderated TrueConf VideoSDK is in a communication session and indicates the maximum number of participants in a conference or call.
confTypeThe parameter is available only if TrueConf VideoSDK is in a call or conference and indicates call or conference type. It can be as follows:
• 0 - Video call
• 1 - All on screen
• 2 - Video lecture
• 3 - Role-based
confIdUnique communication session identifier
pinnedA flag indicating that a participant is pinned in the Automatic stage appearance by VAD mode. It is present only in `video selector`
slideShowPresentFlag showing whether slideshow is available. It can be true or false
confTitleConference name. This field is available only when TrueConf VideoSDK is in a group conference
durationConference duration in seconds
autoJoinFlag showing whether it is possible to automatically join a conference for other participants. This field is available only in a group conference created by TrueConf VideoSDK
peerIdUnique user identifier (TrueConf ID). This field is available only when the TrueConf VideoSDK is in a `video call`
peerDnDisplay name. The field is available only when TrueConf VideoSDK is in a video call
confStateThe conference state. The following states are possible:
• 0 - Waiting for the communication session to be established (incoming or outgoing call in progress)
• 1 - The session has started
• 2 - No session connection and no incoming or outgoing calls
conferenceOwnerConference owner
joinUrlThe conference join link
realTimeConferenceManagementUrlLink for real-time meeting management. If the value is empty - the link is unavailable
directionCall direction. The field is available only when TrueConf VideoSDK calls someone or when someone calls it. It can be as follows:
• outgoing
• incoming
typeCall type. The field is available only when TrueConf VideoSDK calls someone or when someone calls it. It can be as follows:
• p2p - Video call
• conference - Group conference
confTitleConference name. The field is available only when TrueConf VideoSDK has received an invitation to join a group conference
requestIdA unique request identifier
resultA flag indicating whether the request was successful
isWaitingRoomSwitchingSupporteda flag indicating whether the ability to enable or disable the waiting room is available. This field is present only when creating a group conference and joining it as the owner or moderator
isWaitingRoomEnableda flag indicating whether the waiting room feature is enabled. This field is only present when creating a group conference and joining it as the owner or moderator
isInWaitingRooma flag indicating entry into the waiting room. This field is only present when creating a group conference and when a regular participant connects to it

See also

Last Updated: