Conference Rx
Reactive API of Conference.
This class replicates some of the methods included in Conference but using Rx types as return values instead of callbacks. It also exposes the events associated with one particular conference using Rx observables.
Properties
Emits when an Invitation is updated. It will emit whenever an invite or cancel request is processed (in these cases,the state will be Pending or Canceled respectively) and when the invitation result is received (the state will be Accepted or Rejected depending on the response).
Emits true when the local video is shared. It will not emit any value when the video is no longer shared.
Emits true when the local video is no longer shared. It will not emit any value when the video is shared.
Emits when a Participant is added to the conference.
Emits the participant's identifier when this one is removed from the conference.
Emits the participant's identifier when this one is removed from the conference.
Emits an event when the list of conference Participants is updated.
Emits the participant's identifier when this one is removed from the conference.
Emits the participant's name when this one starts sharing video.
Emits the participant's name when this one stops sharing video.
Emits when a new Transfer is received.
Functions
Accepts an attended transfer in progress.
Cancels an attended transfer in progress.
Cancels the invitation made for the user to the specified participant.
Expels the specified participant from this conference.
Fetches all the invitations made for the user to this conference.
Invites a new participant to this conference.
Transfer the current conference to the specified callee.
Updates the media types shared by the user, overridden the current ones.