mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-19 03:18:46 +00:00
Can stop streaming
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user