is Conference Still Pending
fun isConferenceStillPending(invitationId: String, onCompletion: (Either<Boolean, ConferenceError>) -> Unit)
Checks if a conference associated with a specific invitationId is still pending.
Parameters
invitation Id
Identifier of the invitation associated with the conference.
on Completion
Callback that will be invoked when the request is completed. It will receive whether the conference is still pending (true) or not (false) in case of success. In case of error, it will receive a ConferenceError.