RoomUser
Player.
Syntax
ts
type RoomUser = {
authentication: string
signature: string
}authentication
Base64 encoded body of JoinRoomRequest.
signature
Sonolus-Signature header of JoinRoomRequest.
Remarks
Client will raise a fatal error if:
signatureandauthenticationdo not match.- Address of
authenticationdoes not match. - Room of
authenticationdoes not match. - Time of
authenticationis more than 24 hours old.