EOS_RTCAdmin_QueryJoinRoomTokenOptions

EOS API reference page for EOS_RTCAdmin_QueryJoinRoomTokenOptions

1分で読めます

Remarks

Input parameters for the EOS_RTCAdmin_QueryJoinRoomToken function.

Properties

EOS_RTCAdmin_QueryJoinRoomTokenOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_RTCADMIN_QUERYJOINROOMTOKEN_API_LATEST.
EOS_ProductUserId LocalUserIdProduct User ID for local user who is querying join room tokens.
const char* RoomNameRoom name to request a token for.
EOS_ProductUserId* TargetUserIdsAn array of Product User IDs indicating the users to retrieve a token for.
uint32_t TargetUserIdsCountThe number of users included in the query.
const char** TargetUserIpAddressesArray of IP Addresses, one for each of the users we're querying tokens for. There should be TargetUserIdsCount Ip Addresses, you can set an entry to NULL if not known. If TargetUserIpAddresses is set to NULL IP Addresses will be ignored. IPv4 format: "0.0.0.0" IPv6 format: "0:0:0:0:0:0:0:0"