-
Notifications
You must be signed in to change notification settings - Fork 41
Fix whipinto and whepfrom iceserver #128
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestmod::whepfromwhepfromwhepfrommod::whipintowhipintowhipinto
Milestone
Description
We must support turn server, We should from whip header get iceserver
let config = RTCConfiguration {
ice_servers: vec![{
RTCIceServer {
urls: vec!["turn:turn.22333.fun".to_owned(), "turn:cn.22333.fun".to_owned()],
username: "live777".to_owned(),
credential: "live777".to_owned(),
credential_type: RTCIceCredentialType::Password,
//urls: vec!["stun:stun.l.google.com:19302".to_string()],
//username: "".to_string(),
//credential: "".to_string(),
//credential_type: RTCIceCredentialType::Unspecified,
}
}],
..Default::default()
};Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestmod::whepfromwhepfromwhepfrommod::whipintowhipintowhipinto