Skip to content

Commit db0d999

Browse files
Using a repeated type instead so we don't need to maintain key strings
1 parent 94e3219 commit db0d999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobufs/livekit_sip.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ message SIPCallInfo {
720720
string audio_codec = 20;
721721
string media_encryption = 21;
722722
string pcap_file_link = 25;
723-
map<string, google.protobuf.Any> call_context = 26;
723+
repeated google.protobuf.Any call_context = 26;
724724

725725
// NEXT ID: 27
726726
}

0 commit comments

Comments
 (0)