제품 업데이트
Tencent Cloud 오디오/비디오 단말 SDK 재생 업그레이드 및 권한 부여 인증 추가
TRTC 월간 구독 패키지 출시 관련 안내
FuncList | DESC |
The layout of the live has changed. |
FuncList | DESC |
Add event callback | |
Remove event callback | |
Customize video stream layout |
- (void)onLiveVideoLayoutChanged: | (NSString *)roomId |
layoutInfo: | (NSString *)layoutInfo |
Param | DESC |
layoutInfo | The latest screen layout message. |
roomId | roomID |
- (void)addObserver: |
Param | DESC |
observer | The instance being listened to. |
- (void)removeObserver: |
Param | DESC |
observer | The instance being listened to. |
- (void)setLiveStreamLayoutInfo: | (NSString *)roomID |
layoutInfo: | (NSString *)layoutInfo |
onSuccess: | (TUISuccessBlock)onSuccess |
onError: | (TUIErrorBlock)onError |
Param | DESC |
layoutInfo | Layout Json information。 |
roomID | Room ID。 |
피드백