Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 26, 2022
1 parent 784329d commit 737dbe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/call-establishment.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ sequenceDiagram
S->>+B: 9. {info seq=123 event=offer}
B->>-S: 10. {note seq=123 event=answer}
S->>A: 11. {info seq=123 event=answer}
loop Ice Candidate Exchange
Note over S: Ice Candidate Exchange
loop
A->>S: 12. {note seq=123 event=ice-candidate}
S->>B: 13. {info seq=123 event=ice-candidate}
B->>S: 14. {note seq=123 event=ice-candidate}
Expand Down

0 comments on commit 737dbe8

Please sign in to comment.