Getting Current Room Member Information

Players may want to get the current information of the members in their room.

Get Room Members Information

The Get Current Room Members function returns room member information as an Array of FStrixRoomMember structs.

The Get Current Room Member By Id function returns the room member information for a given player as an FStrixRoomMember struct. The player returned is the one with the given ID value, or an empty struct if not found.

Get Player Member Information

The Get Current Room Member function returns room member information for this player as an FStrixRoomMember struct.

Note

If there is no room on the specified channel, an empty array or struct will be returned.