Commit 5679a0aa by zhangyunjie

2.6.3.8.1-WebRTC.framework替换

parent e406a90f
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.6.3.8'
s.version = '2.6.3.8.1'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -39,7 +39,7 @@ static const char *ZGWebrtcVersion = "0.1.20";
@param userID 推流用户ID
*/
- (void)setPublisher:(NSString *)userID;
- (void)setPublisher:(NSString *)userID isCalled:(BOOL)bCalled;
/**
推流用户设置服务器sdp
......
......@@ -28,7 +28,6 @@ RTC_OBJC_EXPORT
- (void)addAudioSink:(RTCAudioSink*) audioSink;
- (void)removeAudioSink;
- (void)setVolume:(double)volume;
@end
NS_ASSUME_NONNULL_END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment