void Approve();
None.
Approves the request to join the session.
This function changes the state from ApprovalState
to Approved
when called during JoinApproval
. If a JoinApproval
callback has not been registered or neither Approve
nor Deny
are called inside the callback, the request to join is approved by default.
CONFIDENTIAL