12345678910111213141516171819202122232425 |
- //
- // SKInCallViewController+juphoon.h
- // SikeyComm
- //
- // Created by 刘振兴 on 2025/2/13.
- // Copyright © 2025 BaH Cy. All rights reserved.
- //
- #import "SKInCallViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface SKInCallViewController (juphoon)
- @property(nonatomic, strong) JCMediaDeviceVideoCanvas* jcLocalCanvas;
- @property(nonatomic, strong) JCMediaDeviceVideoCanvas* jcRemoteCanvas;
- - (void)updateUI:(NSNotification *)notification;
- - (NSString *)getNetStatus:(JCCallItem *)item;
- - (NSObject*)getRemoteCanvas;
- @end
- NS_ASSUME_NONNULL_END
|