package databag import ( "net/http" ) //EndCall termines an active call func EndCall(w http.ResponseWriter, r *http.Request) { }