Closed drymarau closed 1 month ago
Only one question, what is a parent participant? 😄
Parent participant is usually a SIP device that receives a SIP Session ID. SIP Session ID can be used as an alternative to a conference alias. Upon joining, the participant created becomes a child of the SIP participant with the ability to control the parent. Note that the child participant will not be shown in the roster list, only the parent will be.
You can check if you're a child participant by looking for parent_participant_uuid
in the request_token
response. When using the soft client flow, you will not see this property.
Additionally, use
parentParticipantId
formute
andunmute
at all times.