18 lines
155 B
Text
18 lines
155 B
Text
# requests
|
|
|
|
msg offer = 0 {
|
|
mime_type: str,
|
|
}
|
|
|
|
msg destroy = 1 { }
|
|
|
|
# events
|
|
|
|
msg send = 0 {
|
|
mime_type: str,
|
|
fd: fd,
|
|
}
|
|
|
|
msg cancelled = 1 {
|
|
|
|
}
|