parent
f5cbf64ccf
commit
ae784db80d
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ public class WebRtcCallService extends Service implements InjectableType,
|
|||
DatabaseFactory.getSmsDatabase(this).insertReceivedCall(recipient.getAddress());
|
||||
|
||||
this.peerConnection.setAudioEnabled(true);
|
||||
this.peerConnection.setVideoEnabled(true);
|
||||
this.peerConnection.setVideoEnabled(false);
|
||||
this.dataChannel.send(new DataChannel.Buffer(ByteBuffer.wrap(Data.newBuilder().setConnected(Connected.newBuilder().setId(this.callId)).build().toByteArray()), false));
|
||||
|
||||
intent.putExtra(EXTRA_CALL_ID, callId);
|
||||
|
|
Loading…
Add table
Reference in a new issue