Package tvi.webrtc
Class PeerConnectionDependencies
- java.lang.Object
-
- tvi.webrtc.PeerConnectionDependencies
-
public final class PeerConnectionDependencies extends java.lang.Object
PeerConnectionDependencies holds all PeerConnection dependencies that are applied per PeerConnection. A dependency is distinct from a configuration as it defines significant executable code that can be provided by a user of the API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PeerConnectionDependencies.Builder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PeerConnectionDependencies.Builder
builder(PeerConnection.Observer observer)
-
-
-
Method Detail
-
builder
public static PeerConnectionDependencies.Builder builder(PeerConnection.Observer observer)
-
-