Skip to content

Commit e2cdc9c

Browse files
Add comment for twilio call direction (#1260)
* Add comment for twilio call direction * generated protobuf --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc6809b commit e2cdc9c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

livekit/livekit_connector_twilio.pb.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/livekit_connector_twilio.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ import "livekit_agent_dispatch.proto";
2424
message ConnectTwilioCallRequest {
2525

2626
enum TwilioCallDirection {
27+
// Call is inbound to LiveKit from Twilio
2728
TWILIO_CALL_DIRECTION_INBOUND = 0;
29+
// Call is outbound from LiveKit to Twilio
2830
TWILIO_CALL_DIRECTION_OUTBOUND = 1;
2931
}
3032

0 commit comments

Comments
 (0)