Protocols
The following protocols are available globally.
-
控制器基础协议
See moreDeclaration
Swift
@objc public protocol NEBaseController : NSObjectProtocol -
房间视频监听器
See moreDeclaration
Swift
@objc public protocol NERoomVideoFrameDelegate : NSObjectProtocol -
房间预览监听
See moreDeclaration
Swift
@objc public protocol NEPreviewRoomListener : NSObjectProtocol -
房间监听协议
See moreDeclaration
Swift
@objc public protocol NERoomListener : NEPreviewRoomListener -
视频渲染回调协议
See moreDeclaration
Swift
@objc public protocol NERoomVideoRenderSink : NSObjectProtocol -
鉴权监听协议
See moreDeclaration
Swift
@objc public protocol NEAuthListener : NSObjectProtocol -
消息监听协议
See moreDeclaration
Swift
@objc public protocol NEMessageChannelListener : NSObjectProtocol
Protocols Reference