Files
yinmeng-ios/xplan-ios/Main/RTC/RtcDelegate.h

20 lines
282 B
Objective-C

//
// RTCDelegate.h
// xplan-ios
//
// Created by zu on 2021/10/19.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol RtcDelegate <NSObject>
///说话者声音的回调
- (void)usersSpeaking:(NSMutableArray * _Nullable)uids;
@end
NS_ASSUME_NONNULL_END