Remarks
Input parameters for the EOS_RTCAdmin_QueryJoinRoomToken function.
Properties
EOS_RTCAdmin_QueryJoinRoomTokenOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_RTCADMIN_QUERYJOINROOMTOKEN_API_LATEST. |
EOS_ProductUserId LocalUserId | Product User ID for local user who is querying join room tokens. |
const char* RoomName | Room name to request a token for. |
EOS_ProductUserId* TargetUserIds | An array of Product User IDs indicating the users to retrieve a token for. |
uint32_t TargetUserIdsCount | The number of users included in the query. |
const char** TargetUserIpAddresses | Array 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" |