setRemoteDescription abstract method

Future<void> setRemoteDescription(
  1. SessionDescription description
)

Sets the provided remote SessionDescription to the PeerConnection.

Implementation

Future<void> setRemoteDescription(SessionDescription description);