Method
ChattyPpAccountjoin_chat
Declaration [src]
ChattyChat*
chatty_pp_account_join_chat (
ChattyPpAccount* self,
const char* room_id,
const char* room_alias,
const char* user_alias,
const char* password
)
Parameters
room_id-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. room_alias-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. user_alias-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. password-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.