Class RtcException

All Implemented Interfaces:
Serializable

public class RtcException extends RuntimeException
RtcException represents exceptions that are specific to the WebRTC library. Refer to the file api/rtc_error.h for more information.
See Also:
  • Constructor Details

    • RtcException

      public RtcException(String message)