Conversation Class

Inheritance
builtins.object
Conversation

Constructor

Conversation(hconversation)

Parameters

hconversation

Methods

add_participant_async
create_conversation_async
delete_conversation_async
end_conversation_async
get_authorization_token
lock_conversation_async
mute_all_participants_async
mute_participant_async
remove_participant_async
set_authorization_token
start_conversation_async
unlock_conversation_async
unmute_all_participants_async
unmute_participant_async

add_participant_async

add_participant_async(*args)

create_conversation_async

static create_conversation_async()

delete_conversation_async

delete_conversation_async()

end_conversation_async

end_conversation_async()

get_authorization_token

get_authorization_token()

lock_conversation_async

lock_conversation_async()

mute_all_participants_async

mute_all_participants_async()

mute_participant_async

mute_participant_async(participantId)

Parameters

participantId
Required

remove_participant_async

remove_participant_async(*args)

set_authorization_token

set_authorization_token(token)

Parameters

token
Required

start_conversation_async

start_conversation_async()

unlock_conversation_async

unlock_conversation_async()

unmute_all_participants_async

unmute_all_participants_async()

unmute_participant_async

unmute_participant_async(participantId)

Parameters

participantId
Required

Attributes

properties

max_conversation_id_len

max_conversation_id_len = 1024