-
Notifications
You must be signed in to change notification settings - Fork 28
[Enhancement]Implement new ICE restart Spec #869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]Implement new ICE restart Spec #869
Conversation
SDK Size
|
Public Interface🚀 No changes affecting the public interface. |
44c908d
to
188eeb8
Compare
Public Interface @MainActor open class CallViewModel: ObservableObject
- public var localParticipant: CallParticipant?
+ @Published public var localParticipant: CallParticipant?
public class StreamVideo: ObservableObject, @unchecked Sendable
- public func call(callType: String,callId: String,callSettings: CallSettings? = nil)-> Call
+ public func call(callType: String,callId: String,callSettings: CallSettings? = nil,file: StaticString = #file,function: StaticString = #function,line: UInt = #line)-> Call |
Generated by 🚫 Danger |
188eeb8
to
aaa79c7
Compare
Public Interface @MainActor open class CallViewModel: ObservableObject
- public var localParticipant: CallParticipant?
+ @Published public var localParticipant: CallParticipant? |
aaa79c7
to
26adaef
Compare
Public Interface🚀 No changes affecting the public interface. |
1 similar comment
Public Interface🚀 No changes affecting the public interface. |
Public Interface+ public protocol TimerProviding
|
ef2d0d9
to
ca51681
Compare
Public Interface🚀 No changes affecting the public interface. |
d45fa3e
to
0589a29
Compare
Public Interface🚀 No changes affecting the public interface. |
Public Interface🚀 No changes affecting the public interface. |
|
🔗 Issue Links
Resolves https://linear.app/stream/issue/IOS-956/implement-new-icerestart-spec
🎯 Goal
This revision implement the ICERestart spec.
☑️ Contributor Checklist