RoomOperationResult Struct
Carries the information about the ICustomMatchmakingBehaviour.CreateRoom operation.
When successful it holds the unique identifier and password other players will use to ICustomMatchmakingBehaviour.JoinRoom this game room. When unsuccessful it holds the error message specifying what went wrong.
Indicates whether the ICustomMatchmakingBehaviour.CreateRoom operation succeeded.
Indicates what went wrong in the ICustomMatchmakingBehaviour.CreateRoom operation.
On success this is null.
Unique identifier of the created room to be used on ICustomMatchmakingBehaviour.JoinRoom operations.
Optional password of the created room to be used on ICustomMatchmakingBehaviour.JoinRoom operations.
When not used this is null.