1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 09:14:39 +01:00

Avoid issues during the handshake

This commit is contained in:
Daniil Gentili 2023-08-20 17:11:19 +02:00
parent 1961308062
commit 5d93397f7e
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -428,6 +428,6 @@ final class Endpoint
'min_protocol' => VoIPController::MIN_PROTOCOL_VERSION,
'audio_streams' => [VoIPController::CODEC_OPUS],
'video_streams' => []
], true));
]));
}
}