Back to product page

Join method


Joins the chat room.

Syntax

  • Basic
object.Join()
The Join(object) syntax has these parts:
objectAn expression evaluating to an object of type XMPPChatRoom

Remarks

Join method will join the chat room. Once you join the room, you will receive list of contacts in the room and ContactList event will fire. You can access contacts from Contacts collection. Calling Leave method will send 'Unavailable' presence to other contacts in that room.

Platforms

Windows