1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 16:35:17 +00:00

Can stop streaming

This commit is contained in:
2021-02-12 13:52:47 +01:00
parent 5388aa8054
commit f4001c0b99
7 changed files with 92 additions and 3 deletions

View File

@ -48,6 +48,12 @@ pub struct UserCallOfferRequest {
pub user_id: UserID,
}
/// Close call stream
pub struct CloseCallStream {
pub call_hash: String,
pub peer_id: Option<UserID>,
}
impl SdpType {
pub fn from_str(val: &str) -> Res<SdpType> {
match val {