11// @generated
2- // This file is @generated by prost-build.
32#[ allow( clippy:: derive_partial_eq_without_eq) ]
43#[ derive( Clone , PartialEq , :: prost:: Message ) ]
54pub struct FrameCryptor {
@@ -2019,13 +2018,15 @@ pub struct PublishDataRequest {
20192018 pub data_ptr : u64 ,
20202019 #[ prost( uint64, tag="3" ) ]
20212020 pub data_len : u64 ,
2022- #[ prost( enumeration= "DataPacketKind" , tag="4" ) ]
2023- pub kind : i32 ,
2024- /// destination
2021+ #[ prost( bool , tag="4" ) ]
2022+ pub reliable : bool ,
2023+ # [ deprecated ]
20252024 #[ prost( string, repeated, tag="5" ) ]
20262025 pub destination_sids : :: prost:: alloc:: vec:: Vec < :: prost:: alloc:: string:: String > ,
20272026 #[ prost( string, optional, tag="6" ) ]
20282027 pub topic : :: core:: option:: Option < :: prost:: alloc:: string:: String > ,
2028+ #[ prost( string, repeated, tag="7" ) ]
2029+ pub destination_identities : :: prost:: alloc:: vec:: Vec < :: prost:: alloc:: string:: String > ,
20292030}
20302031#[ allow( clippy:: derive_partial_eq_without_eq) ]
20312032#[ derive( Clone , PartialEq , :: prost:: Message ) ]
@@ -2044,20 +2045,6 @@ pub struct PublishDataCallback {
20442045/// Publish transcription messages to room
20452046#[ allow( clippy:: derive_partial_eq_without_eq) ]
20462047#[ derive( Clone , PartialEq , :: prost:: Message ) ]
2047- pub struct TranscriptionSegment {
2048- #[ prost( string, tag="1" ) ]
2049- pub id : :: prost:: alloc:: string:: String ,
2050- #[ prost( string, tag="2" ) ]
2051- pub text : :: prost:: alloc:: string:: String ,
2052- #[ prost( uint64, tag="3" ) ]
2053- pub start_time : u64 ,
2054- #[ prost( uint64, tag="4" ) ]
2055- pub end_time : u64 ,
2056- #[ prost( bool , tag="5" ) ]
2057- pub r#final : bool ,
2058- }
2059- #[ allow( clippy:: derive_partial_eq_without_eq) ]
2060- #[ derive( Clone , PartialEq , :: prost:: Message ) ]
20612048pub struct PublishTranscriptionRequest {
20622049 #[ prost( uint64, tag="1" ) ]
20632050 pub local_participant_handle : u64 ,
@@ -2240,6 +2227,20 @@ pub struct RoomOptions {
22402227}
22412228#[ allow( clippy:: derive_partial_eq_without_eq) ]
22422229#[ derive( Clone , PartialEq , :: prost:: Message ) ]
2230+ pub struct TranscriptionSegment {
2231+ #[ prost( string, tag="1" ) ]
2232+ pub id : :: prost:: alloc:: string:: String ,
2233+ #[ prost( string, tag="2" ) ]
2234+ pub text : :: prost:: alloc:: string:: String ,
2235+ #[ prost( uint64, tag="3" ) ]
2236+ pub start_time : u64 ,
2237+ #[ prost( uint64, tag="4" ) ]
2238+ pub end_time : u64 ,
2239+ #[ prost( bool , tag="5" ) ]
2240+ pub r#final : bool ,
2241+ }
2242+ #[ allow( clippy:: derive_partial_eq_without_eq) ]
2243+ #[ derive( Clone , PartialEq , :: prost:: Message ) ]
22432244pub struct BufferInfo {
22442245 #[ prost( uint64, tag="1" ) ]
22452246 pub data_ptr : u64 ,
@@ -2259,7 +2260,7 @@ pub struct OwnedBuffer {
22592260pub struct RoomEvent {
22602261 #[ prost( uint64, tag="1" ) ]
22612262 pub room_handle : u64 ,
2262- #[ prost( oneof="room_event::Message" , tags="2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26" ) ]
2263+ #[ prost( oneof="room_event::Message" , tags="2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26" ) ]
22632264 pub message : :: core:: option:: Option < room_event:: Message > ,
22642265}
22652266/// Nested message and enum types in `RoomEvent`.
@@ -2294,10 +2295,12 @@ pub mod room_event {
22942295 #[ prost( message, tag="14" ) ]
22952296 RoomMetadataChanged ( super :: RoomMetadataChanged ) ,
22962297 #[ prost( message, tag="15" ) ]
2297- ParticipantMetadataChanged ( super :: ParticipantMetadataChanged ) ,
2298+ RoomSidChanged ( super :: RoomSidChanged ) ,
22982299 #[ prost( message, tag="16" ) ]
2299- ParticipantNameChanged ( super :: ParticipantNameChanged ) ,
2300+ ParticipantMetadataChanged ( super :: ParticipantMetadataChanged ) ,
23002301 #[ prost( message, tag="17" ) ]
2302+ ParticipantNameChanged ( super :: ParticipantNameChanged ) ,
2303+ #[ prost( message, tag="18" ) ]
23012304 ConnectionQualityChanged ( super :: ConnectionQualityChanged ) ,
23022305 #[ prost( message, tag="19" ) ]
23032306 ConnectionStateChanged ( super :: ConnectionStateChanged ) ,
@@ -2445,6 +2448,12 @@ pub struct RoomMetadataChanged {
24452448}
24462449#[ allow( clippy:: derive_partial_eq_without_eq) ]
24472450#[ derive( Clone , PartialEq , :: prost:: Message ) ]
2451+ pub struct RoomSidChanged {
2452+ #[ prost( string, tag="1" ) ]
2453+ pub sid : :: prost:: alloc:: string:: String ,
2454+ }
2455+ #[ allow( clippy:: derive_partial_eq_without_eq) ]
2456+ #[ derive( Clone , PartialEq , :: prost:: Message ) ]
24482457pub struct ParticipantMetadataChanged {
24492458 #[ prost( string, tag="1" ) ]
24502459 pub participant_sid : :: prost:: alloc:: string:: String ,
0 commit comments