addPhoneNumberParticipant

abstract fun addPhoneNumberParticipant(room: Room, number: String?, listener: IResultListener?)

Call a number to add it to an ongoing conference

Parameters

room

@object:Room room (bubble) associated to the conference given

number

String phone number to call

listener

IResultListener callbacks (onSuccess, onFailed)