Exemplo n.º 1
0
 /// Set whether or not the person is shown as joinable or not to others. A user
 /// that is joinable can invite others to join them. Set this to false if other
 /// users would not be able to join this user. For example: the current session
 /// is full, or only the host can invite others and the current user is not the
 /// host.
 public void SetIsJoinable(bool value)
 {
     CAPI.ovr_GroupPresenceOptions_SetIsJoinable(Handle, value);
 }