VideoManager+juphoon.h 377 B

1234567891011121314151617181920212223
  1. //
  2. // VideoManager+juphoon.h
  3. // SikeyComm
  4. //
  5. // Created by 刘振兴 on 2025/2/11.
  6. // Copyright © 2025 BaH Cy. All rights reserved.
  7. //
  8. #import "VideoManager.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface VideoManager (juphoon)
  11. - (BOOL)initJuphoon;
  12. - (void)loginJuphoon;
  13. - (void)logoutJuphoon;
  14. - (BOOL)call:(NSString*)sid ticket:(NSString*)ticket;
  15. @end
  16. NS_ASSUME_NONNULL_END