Conference
A conference instance.
This class allows performing actions over this specific conference like joining the conference, hanging up or managing its participants. It also allows adding a listener to receive events related to this particular instance (@see ConferenceListener).
In order to share the media successfully, it is necessary to declare the pertinent permissions on the manifest:
"android.permission.CAMERA" for sharing video.
"android.permission.RECORD_AUDIO" for sharing audio.
Properties
Current conference type.
Current conference mediatypes.
Current conference participants.
Current conference state.
True if the user is sharing audio and it is enabled.
True if the user is sharing video and it is enabled.
True if the conference is being recorded.
True if the remote audio is enabled.
Access to the reactive API of the conference.