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
)

Description

No description available.

This method is not directly available to language bindings.

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.

Return value

Type: ChattyChat*

No description available.

The returned data is owned by the instance.