SmartFoxLastJoinedRoom Property |
Returns the object representing the last Room joined by the client, if any.
Namespace:
Sfs2X
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public Room LastJoinedRoom { get; set; }
Property Value
Type:
RoomRemarks
This property is
null if no Room was joined.
NOTE: setting this property manually can disrupt the API functioning.
Use the
JoinRoomRequest request to join a new Room instead.
See Also