BLCall
The BLCall class represents a signaling and media session between the host device and Boostlingo infrastructure.
Functions
Link copied to clipboard
public final Completable confirmThirdPartyParticipant(String identity, Boolean confirm)
Content copied to clipboard
Accepts/rejects the third party participant joining by the link.
Link copied to clipboard
Used to dial a third-party participant with the phone number specified.
Link copied to clipboard
Property that defines the twilio access token.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A server assigned identifier for the current user.
Link copied to clipboard
Property that defines the twilio identity.
Link copied to clipboard
Link copied to clipboard
Defines the list of remote participants joined the Call.
Link copied to clipboard
Used to remove a participant with the identity specified from the current call.
Link copied to clipboard
Property that defines if the Call is in progress.
Link copied to clipboard
public final Completable muteThirdPartyParticipant(String identity, Boolean mute)
Content copied to clipboard
Used to mute/unmute a participant with the identity specified from the current call.