mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 11:14:40 +01:00
Avoid issues during the handshake
This commit is contained in:
parent
1961308062
commit
5d93397f7e
@ -428,6 +428,6 @@ final class Endpoint
|
|||||||
'min_protocol' => VoIPController::MIN_PROTOCOL_VERSION,
|
'min_protocol' => VoIPController::MIN_PROTOCOL_VERSION,
|
||||||
'audio_streams' => [VoIPController::CODEC_OPUS],
|
'audio_streams' => [VoIPController::CODEC_OPUS],
|
||||||
'video_streams' => []
|
'video_streams' => []
|
||||||
], true));
|
]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user