Classes

The following classes are available globally.

  • P2P 영상통화 클래스

    See more

    Declaration

    Swift

    @objc
    public class RemonCall : RemonClient
  • 방송 송출 및 시청을 위한 클래스

    See more

    Declaration

    Swift

    @objc
    public class RemonCast : RemonClient
  • 통화(RemonCall), 방송(RemonCast) 공통 클래스

    See more

    Declaration

    Swift

    @objc(RemonClient)
    @IBDesignable
    public class RemonClient : NSObject
  • 화상회의를 위한 콜백 정의

    See more

    Declaration

    Swift

    @objc
    public class RemonConferenceCallbacks : NSObject
  • 소규모 화상회의를 위한 클래스

    See more

    Declaration

    Swift

    @objc
    public class RemonConference : NSObject
  • 화상회의 참여자 클래스

    See more

    Declaration

    Swift

    @objc
    public class RemonParticipant : RemonClient
  • SDK stat 등급

    Declaration

    Swift

    @objc
    public class RatingValue : NSObject
  • Remon을 실행하기 전에 여러가지 통신/방송 상태를 미리 설정할 필요가 있음. 필수적으로 key와 serviceId가 있으며 그 외에도 음성만 사용하고자 할 경우 videoCall = false로 해야하며 비디오 코덱등도 수정이 가능하다.

    See more

    Declaration

    Swift

    @objc
    public class RemonConfig : NSObject