SignalingSession.Refer Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Refer(RealTimeAddress, ReferStatus) | Synchronously transfers the current session to a different real-time address. This method will wait until the transfer is completed. It is not recommended for a UI thread. | |
Refer(RealTimeAddress, ReferStatus, IEnumerable<SignalingHeader>) | Synchronously transfers the current session to a different real-time address. This method will wait until the transfer is completed. It is not recommended for a UI thread. |
Top