1
0
Fork 1

reverting webrtc

This commit is contained in:
arnebv 2021-06-27 03:32:03 +02:00 committed by 12aw
parent 30d8d07c8a
commit 6d8e70ead1
2 changed files with 199 additions and 331 deletions

View file

@ -4,7 +4,6 @@ public enum RtpEndUserState {
INCOMING_CALL, //received a 'propose' message
CONNECTING, //session-initiate or session-accepted but no webrtc peer connection yet
CONNECTED, //session-accepted and webrtc peer connection is connected
RECONNECTING, //session-accepted and webrtc peer connection was connected once but is currently disconnected or failed
FINDING_DEVICE, //'propose' has been sent out; no 184 ack yet
RINGING, //'propose' has been sent out and it has been 184 acked
ACCEPTING_CALL, //'proceed' message has been sent; but no session-initiate has been received
@ -16,4 +15,4 @@ public enum RtpEndUserState {
RETRACTED, //user pressed home or power button during 'ringing' - shows retry button
APPLICATION_ERROR, //something rather bad happened; libwebrtc failed or we got in IQ-error
SECURITY_ERROR //problem with DTLS (missing) or verification
}
}