Searched refs:pub_type (Results 1 – 6 of 6) sorted by relevance
26 pub pub_type: Option<String>, field43 pub_type: Some("nonprivate".to_string()), in new()59 pub_type: None, in new_none()119 if let Some(pub_type) = properties.pub_type.clone() { in write_connect()120 properties_map.insert(String::from("type"), Amf0ValueType::UTF8String(pub_type)); in write_connect()
87 pub pub_type: PublishType, field101 state.serialize_field("sub_type", &self.pub_type)?; in serialize()
278 let pub_type = match self.session_type { in get_publisher_info() localVariable285 pub_type, in get_publisher_info()
363 properties.pub_type = Some("nonprivate".to_string()); in send_connect()
460 pub_type: PublishType::PushWebRTC, in get_publisher_info()
688 pub_type: PublishType::PushRtsp, in get_publisher_info()