mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
10 lines
155 B
Go
10 lines
155 B
Go
|
package databag
|
||
|
|
||
|
import (
|
||
|
"net/http"
|
||
|
)
|
||
|
|
||
|
//AddCall adds an active call with ice signal and relay
|
||
|
func AddCall(w http.ResponseWriter, r *http.Request) {
|
||
|
}
|