rename basic_web_rtc_instance to basic_webrtc_instance

This commit is contained in:
B. Petersen
2020-07-20 00:13:21 +02:00
parent 0b2bce8334
commit 11b369db0f
2 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ pub enum Config {
/// This property is only used in the UIs not by the core itself.
/// Format: https://example.com/subdir
/// The other properties that are needed for a call such as the roomname will be set by the client in the anchor part of the url.
BasicWebRTCInstance,
BasicWebrtcInstance,
}
impl Context {