mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-20 16:35:17 +00:00
Can request call offer
This commit is contained in:
@ -42,6 +42,12 @@ pub struct NewRtcRelayMessage {
|
||||
pub data: String,
|
||||
}
|
||||
|
||||
/// Request of a user for a call
|
||||
pub struct UserCallOfferRequest {
|
||||
pub call_hash: String,
|
||||
pub user_id: UserID,
|
||||
}
|
||||
|
||||
impl SdpType {
|
||||
pub fn from_str(val: &str) -> Res<SdpType> {
|
||||
match val {
|
||||
|
Reference in New Issue
Block a user