Uses of Class
dev.onvoid.webrtc.examples.web.model.SessionDescriptionMessage
Packages that use SessionDescriptionMessage
-
Uses of SessionDescriptionMessage in dev.onvoid.webrtc.examples.web.client
Method parameters in dev.onvoid.webrtc.examples.web.client with type arguments of type SessionDescriptionMessageModifier and TypeMethodDescriptionvoidSignalingManager.setOnAnswerReceived(Consumer<SessionDescriptionMessage> callback) Sets a callback to be invoked when an answer is received.voidSignalingManager.setOnOfferReceived(Consumer<SessionDescriptionMessage> callback) Sets a callback to be invoked when an offer is received.