RemonParticipant

@objc
public class RemonParticipant : RemonClient

화상회의 참여자 클래스

  • id

    참여자 id

    Declaration

    Swift

    @objc
    public var id: String
  • 참여자 이벤트 콜백 등록

    Declaration

    Swift

    @discardableResult
    public func on(event: String, callback: @escaping OnParticipantEventCallback) -> RemonParticipant
  • 참여자 세션 종료

    Declaration

    Swift

    public func close(type: RemonCloseType = .MINE)
  • 목록을 가져 옵니다.

    Declaration

    Swift

    @objc
    public func fetchChannelsInRoom(roomName: String, complete: @escaping (Array<RemonSearchResult>?) -> Void)

    Parameters

    complete

    패치 완료 블럭. error 인자가 nil 이라면 RemonSearchResult 목록을 전달 합니다.