12345678910111213141516171819202122232425262728293031 |
- //
- // VideoManager+juphoon.h
- // SikeyComm
- //
- // Created by 刘振兴 on 2025/2/11.
- // Copyright © 2025 BaH Cy. All rights reserved.
- //
- #import "VideoManager.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface VideoManager (juphoon)
- - (BOOL)initJuphoon;
- - (void)loginJuphoon;
- - (void)logoutJuphoon;
- - (JCMediaDeviceVideoCanvas*)getLocalCanvas;
- - (JCMediaDeviceVideoCanvas*)getRemoteCanvas;
- - (BOOL)call:(NSString*)uid ticket:(NSString*)ticket;
- - (void)termJuphoon;
- - (void)switchCameraJuphoon;
- - (void)muteJuphoon;
- - (void)speakerJuphoon;
- @end
- NS_ASSUME_NONNULL_END
|