chengyanfang

sdk upgrade

Showing 40 changed files with 3 additions and 1 deletions
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHMedicSDK" 2 s.name = "HHMedicSDK"
3 - s.version = "3.1.2.050620" 3 + s.version = "3.1.2.050714"
4 s.summary = "和缓基础SDK" 4 s.summary = "和缓基础SDK"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
@@ -1440,6 +1440,7 @@ public struct EKSimpleMessage { @@ -1440,6 +1440,7 @@ public struct EKSimpleMessage {
1440 public protocol HHRTCDelegate : ObjectiveC.NSObject { 1440 public protocol HHRTCDelegate : ObjectiveC.NSObject {
1441 func onEnterRoom() 1441 func onEnterRoom()
1442 func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int) 1442 func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int)
  1443 + func switchVideo(_ isToAudio: Swift.Bool)
1443 func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool) 1444 func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool)
1444 func onRemoteUserEnterRoom(_ userId: Swift.String) 1445 func onRemoteUserEnterRoom(_ userId: Swift.String)
1445 func onRemoteUserLeaveRoom(_ userId: Swift.String) 1446 func onRemoteUserLeaveRoom(_ userId: Swift.String)
@@ -1440,6 +1440,7 @@ public struct EKSimpleMessage { @@ -1440,6 +1440,7 @@ public struct EKSimpleMessage {
1440 public protocol HHRTCDelegate : ObjectiveC.NSObject { 1440 public protocol HHRTCDelegate : ObjectiveC.NSObject {
1441 func onEnterRoom() 1441 func onEnterRoom()
1442 func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int) 1442 func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int)
  1443 + func switchVideo(_ isToAudio: Swift.Bool)
1443 func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool) 1444 func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool)
1444 func onRemoteUserEnterRoom(_ userId: Swift.String) 1445 func onRemoteUserEnterRoom(_ userId: Swift.String)
1445 func onRemoteUserLeaveRoom(_ userId: Swift.String) 1446 func onRemoteUserLeaveRoom(_ userId: Swift.String)