docstring_tokens
list
code_tokens
list
[ "registers", "the", "{" ]
[ "registry", "(", ")", "failure", "(", ")", "add", "(", "listeners", "of", "(", "listeners", "of", "(", "listener", ")", ",", "null", ",", "scheduler", ")", ")", ";", "return", "(", "f", ")", "this", ";" ]
[ "registers", "the", "{" ]
[ "registry", "(", ")", "retries", "exceeded", "(", ")", "add", "(", "listeners", "of", "(", "listeners", "<", "r", ">", "of", "(", "listener", ")", ",", "null", ",", "scheduler", ")", ")", ";", "return", "(", "f", ")", "this", ";" ]
[ "registers", "the", "{" ]
[ "registry", "(", ")", "retries", "exceeded", "(", ")", "add", "(", "listeners", "of", "(", "listeners", "of", "(", "listener", ")", ",", "null", ",", "scheduler", ")", ")", ";", "return", "(", "f", ")", "this", ";" ]
[ "registers", "the", "{" ]
[ "registry", "(", ")", "retry", "(", ")", "add", "(", "listeners", "of", "(", "listener", ",", "null", ",", "scheduler", ")", ")", ";", "return", "(", "f", ")", "this", ";" ]
[ "registers", "the", "{" ]
[ "registry", "(", ")", "retry", "(", ")", "add", "(", "listeners", "of", "(", "listeners", "<", "r", ">", "of", "(", "listener", ")", ",", "null", ",", "scheduler", ")", ")", ";", "return", "(", "f", ")", "this", ";" ]
[ "registers", "the", "{" ]
[ "registry", "(", ")", "retry", "(", ")", "add", "(", "listeners", "of", "(", "listeners", "of", "(", "listener", ")", ",", "null", ",", "scheduler", ")", ")", ";", "return", "(", "f", ")", "this", ";" ]
[ "registers", "the", "{" ]
[ "registry", "(", ")", "success", "(", ")", "add", "(", "listeners", "of", "(", "listeners", "of", "result", "(", "listener", ")", ",", "null", ",", "scheduler", ")", ")", ";", "return", "(", "f", ")", "this", ";" ]
[ "registers", "the", "{" ]
[ "registry", "(", ")", "success", "(", ")", "add", "(", "listeners", "of", "(", "listeners", "of", "result", "(", "listener", ")", ",", "null", ",", "scheduler", ")", ")", ";", "return", "(", "f", ")", "this", ";" ]
[ "convert", "posix", "attributes", "to", "property", "map" ]
[ "if", "(", "attrs", "=", "=", "null", ")", "return", "null", ";", "map", "<", "string", ",", "string", ">", "props", "=", "u", "new", "hash", "map", "(", "3", ")", ";", "props", "put", "(", "igfs", "utils", "prop", "user", "name", ",", "attrs", ...
[ "execute" ]
[]
[ "returns", "the", "artifacts", "this", "instance", "contains", "in", "an", "{" ]
[ "return", "artifacts", ";" ]
[ "get", "the", "functional", "method", "defined", "by", "the", "type", "if", "any" ]
[ "if", "(", "type", "is", "reference", "type", "(", ")", "&", "&", "type", "as", "reference", "type", "(", ")", "get", "type", "declaration", "(", ")", "is", "interface", "(", ")", ")", "{", "return", "get", "functional", "method", "(", "type", "as", ...
[ "/", "*", "package" ]
[ "return", "m", "device", ";" ]
[ "/", "*", "package" ]
[ "m", "device", "=", "device", ";" ]
[ "add", "an", "included", "service", "to", "this", "service", "<", "p", ">", "requires", "{", "@", "link", "android", "manifest", "permission", "#", "bluetooth", "}", "permission" ]
[ "m", "included", "services", "add", "(", "service", ")", ";", "return", "true", ";" ]
[ "add", "a", "characteristic", "to", "this", "service", "<", "p", ">", "requires", "{", "@", "link", "android", "manifest", "permission", "#", "bluetooth", "}", "permission" ]
[ "m", "characteristics", "add", "(", "characteristic", ")", ";", "characteristic", "set", "service", "(", "this", ")", ";", "return", "true", ";" ]
[ "/", "*", "package" ]
[ "for", "(", "bluetooth", "gatt", "characteristic", "characteristic", ":", "m", "characteristics", ")", "{", "if", "(", "uuid", "equals", "(", "characteristic", "get", "uuid", "(", ")", ")", "&", "&", "characteristic", "get", "instance", "id", "(", ")", "="...
[ "force", "the", "instance", "id" ]
[ "m", "instance", "id", "=", "instance", "id", ";" ]
[ "/", "*", "package" ]
[ "return", "m", "handles", ";" ]
[ "force", "the", "number", "of", "handles", "to", "reserve", "for", "this", "service", "this", "is", "needed", "for", "conformance", "testing", "only" ]
[ "m", "handles", "=", "handles", ";" ]
[ "add", "an", "included", "service", "to", "the", "internal", "map" ]
[ "m", "included", "services", "add", "(", "included", "service", ")", ";" ]
[ "returns", "the", "uuid", "of", "this", "service" ]
[ "return", "m", "uuid", ";" ]
[ "returns", "the", "instance", "id", "for", "this", "service" ]
[ "return", "m", "instance", "id", ";" ]
[ "get", "the", "type", "of", "this", "service", "(", "primary", "/", "secondary", ")" ]
[ "return", "m", "service", "type", ";" ]
[ "get", "the", "list", "of", "included", "gatt", "services", "for", "this", "service" ]
[ "return", "m", "included", "services", ";" ]
[ "returns", "a", "list", "of", "characteristics", "included", "in", "this", "service" ]
[ "return", "m", "characteristics", ";" ]
[ "returns", "a", "characteristic", "with", "a", "given", "uuid", "out", "of", "the", "list", "of", "characteristics", "offered", "by", "this", "service" ]
[ "for", "(", "bluetooth", "gatt", "characteristic", "characteristic", ":", "m", "characteristics", ")", "{", "if", "(", "uuid", "equals", "(", "characteristic", "get", "uuid", "(", ")", ")", ")", "{", "return", "characteristic", ";", "}", "}", "return", "nu...
[ "returns", "whether", "the", "uuid", "of", "the", "service", "should", "be", "advertised" ]
[ "return", "m", "advertise", "preferred", ";" ]
[ "set", "whether", "the", "service", "uuid", "should", "be", "advertised" ]
[ "m", "advertise", "preferred", "=", "advertise", "preferred", ";" ]
[ "the", "default", "implementation", "returns", "the", "body", "that", "was", "passed", "in" ]
[ "return", "body", ";" ]
[ "whether", "the", "supplied", "capabilities", "supports", "the", "specified", "capability" ]
[ "return", "(", "capabilities", "&", "capability", ")", "=", "=", "capability", ";" ]
[ "whether", "the", "capabilities", "of", "this", "{", "@", "code", "connection", "}", "supports", "the", "specified", "capability" ]
[ "return", "can", "(", "m", "connection", "capabilities", ",", "capability", ")", ";" ]
[ "removes", "the", "specified", "capability", "from", "the", "set", "of", "capabilities", "of", "this", "{", "@", "code", "connection", "}" ]
[ "m", "connection", "capabilities", "&", "=", "~", "capability", ";" ]
[ "adds", "the", "specified", "capability", "to", "the", "set", "of", "capabilities", "of", "this", "{", "@", "code", "connection", "}" ]
[ "m", "connection", "capabilities", "|", "=", "capability", ";" ]
[ "writes", "the", "string", "{", "@", "param", "input", "}", "into", "the", "text", "stream", "to", "the", "ui", "for", "this", "rtt", "call", "since", "rtt", "transmits", "text", "in", "real", "-", "time", "this", "method", "should", "be", "called", "a...
[ "m", "pipe", "to", "in", "call", "write", "(", "input", ")", ";", "m", "pipe", "to", "in", "call", "flush", "(", ")", ";" ]
[ "reads", "a", "string", "from", "the", "in", "-", "call", "app", "blocking", "if", "there", "is", "no", "data", "available", "returns", "{", "@", "code", "null", "}", "if", "the", "rtt", "conversation", "has", "been", "terminated", "and", "there", "is", ...
[ "int", "num", "read", "=", "m", "pipe", "from", "in", "call", "read", "(", "m", "read", "buffer", ",", "0", ",", "read", "buffer", "size", ")", ";", "if", "(", "num", "read", "<", "0", ")", "{", "return", "null", ";", "}", "return", "new", "str...
[ "non", "-", "blocking", "version", "of", "{", "@", "link", "#", "read", "(", ")", "}", "returns", "{", "@", "code", "null", "}", "if", "there", "is", "nothing", "to", "be", "read" ]
[ "if", "(", "m", "pipe", "from", "in", "call", "ready", "(", ")", ")", "{", "return", "read", "(", ")", ";", "}", "else", "{", "return", "null", ";", "}" ]
[ "returns", "binder", "object", "which", "can", "be", "used", "across", "ipc", "methods" ]
[ "return", "m", "binder", ";" ]
[ "sets", "the", "camera", "to", "be", "used", "for", "the", "outgoing", "video", "<", "p", ">", "the", "{", "@", "link", "video", "provider", "}", "should", "respond", "by", "communicating", "the", "capabilities", "of", "the", "chosen", "camera", "via", "...
[]
[ "issues", "a", "request", "to", "the", "{" ]
[ "public", "abstract", "void", "on", "request", "connection", "data", "usage", "(", ")", ";" ]
[ "@", "see", "#", "set", "call", "data", "usage", "(", "long", ")" ]
[ "set", "call", "data", "usage", "(", "data", "usage", ")", ";" ]
[ "returns", "a", "string", "representation", "of", "a", "call", "session", "event" ]
[ "switch", "(", "event", ")", "{", "case", "session", "event", "camera", "failure", ":", "return", "session", "event", "camera", "failure", "str", ";", "case", "session", "event", "camera", "ready", ":", "return", "session", "event", "camera", "ready", "str",...
[ "returns", "the", "telecom", "internal", "call", "id", "associated", "with", "this", "conference" ]
[ "return", "m", "telecom", "call", "id", ";" ]
[ "gets", "the", "state", "of", "the", "conference", "call", "see", "{", "@", "link", "connection", "}", "for", "valid", "values" ]
[ "return", "m", "state", ";" ]
[ "returns", "the", "video", "state", "of", "the", "connection", "valid", "values", ":", "{", "@", "link", "video", "profile", "#", "state", "audio", "only", "}", "{", "@", "link", "video", "profile", "#", "state", "bidirectional", "}", "{", "@", "link", ...
[ "return", "m", "video", "state", ";" ]
[ "returns", "whether", "this", "connection", "is", "requesting", "that", "the", "system", "play", "a", "ringback", "tone", "on", "its", "behalf" ]
[ "return", "m", "ringback", "requested", ";" ]
[ "returns", "the", "time", "the", "{", "@", "link", "call", "}", "connected", "(", "i", "e", "became", "active", ")", "this", "information", "is", "updated", "periodically", "but", "user", "interfaces", "should", "not", "rely", "on", "this", "to", "display"...
[ "return", "m", "connect", "time", "millis", ";" ]
[ "retrieves", "the", "connection", "start", "time", "of", "the", "{", "@", "link", "connection", "}", "if", "specified", "a", "value", "of", "{", "@", "link", "conference", "#", "connect", "time", "not", "specified", "}", "indicates", "that", "telecom", "sh...
[ "return", "m", "connect", "elapsed", "time", "millis", ";" ]
[ "returns", "ril", "voice", "radio", "technology", "used", "for", "current", "conference" ]
[ "int", "voice", "network", "type", "=", "telephony", "manager", "network", "type", "unknown", ";", "bundle", "extras", "=", "get", "extras", "(", ")", ";", "if", "(", "extras", "!", "=", "null", ")", "{", "voice", "network", "type", "=", "extras", "get...
[ "returns", "the", "extras", "associated", "with", "this", "connection", "<", "p", ">", "extras", "should", "be", "updated", "using", "{", "@", "link", "#", "put", "extras", "(", "bundle", ")", "}", "<", "p", ">", "telecom", "or", "an", "{", "@", "lin...
[ "bundle", "extras", "=", "null", ";", "synchronized", "(", "m", "extras", "lock", ")", "{", "if", "(", "m", "extras", "!", "=", "null", ")", "{", "extras", "=", "new", "bundle", "(", "m", "extras", ")", ";", "}", "}", "return", "extras", ";" ]
[ "assign", "a", "listener", "to", "be", "notified", "of", "state", "changes" ]
[ "m", "listeners", "add", "(", "l", ")", ";", "return", "this", ";" ]
[ "remove", "a", "previously", "assigned", "listener", "that", "was", "being", "notified", "of", "state", "changes" ]
[ "if", "(", "l", "!", "=", "null", ")", "{", "m", "listeners", "remove", "(", "l", ")", ";", "}", "return", "this", ";" ]
[ "sets", "the", "telecom", "call", "id", "associated", "with", "this", "connection", "the", "telecom", "call", "id", "should", "be", "used", "only", "for", "debugging", "purposes" ]
[ "m", "telecom", "call", "id", "=", "call", "id", ";" ]
[ "returns", "the", "capabilities", "of", "the", "conference", "see", "{", "@", "code", "capability", "*", "}", "constants", "in", "class", "{", "@", "link", "connection", "}", "for", "valid", "values" ]
[ "return", "m", "connection", "capabilities", ";" ]
[ "returns", "the", "properties", "of", "the", "conference", "see", "{", "@", "code", "property", "*", "}", "constants", "in", "class", "{", "@", "link", "connection", "}", "for", "valid", "values" ]
[ "return", "m", "connection", "properties", ";" ]
[ "returns", "the", "connection", "s", "supported", "audio", "routes" ]
[ "return", "m", "supported", "audio", "routes", ";" ]
[ "sets", "state", "to", "active", "(", "e", "g", "an", "ongoing", "connection", "where", "two", "or", "more", "parties", "can", "actively", "communicate", ")" ]
[ "check", "immutable", "(", ")", ";", "set", "ringback", "requested", "(", "false", ")", ";", "set", "state", "(", "state", "active", ")", ";" ]
[ "sets", "state", "to", "ringing", "(", "e", "g", "an", "inbound", "ringing", "connection", ")" ]
[ "check", "immutable", "(", ")", ";", "set", "state", "(", "state", "ringing", ")", ";" ]
[ "sets", "state", "to", "initializing", "(", "this", "connection", "is", "not", "yet", "ready", "to", "be", "used", ")" ]
[ "check", "immutable", "(", ")", ";", "set", "state", "(", "state", "initializing", ")", ";" ]
[ "sets", "state", "to", "initialized", "(", "the", "connection", "has", "been", "set", "up", "and", "is", "now", "ready", "to", "be", "used", ")" ]
[ "check", "immutable", "(", ")", ";", "set", "state", "(", "state", "new", ")", ";" ]
[ "sets", "state", "to", "dialing", "(", "e", "g", "dialing", "an", "outbound", "connection", ")" ]
[ "check", "immutable", "(", ")", ";", "set", "state", "(", "state", "dialing", ")", ";" ]
[ "sets", "state", "to", "pulling", "(", "e", "g", "the", "connection", "is", "being", "pulled", "to", "the", "local", "device", "from", "another", "device", ")", "only", "applicable", "for", "{" ]
[ "check", "immutable", "(", ")", ";", "set", "state", "(", "state", "pulling", "call", ")", ";" ]
[ "sets", "state", "to", "be", "on", "hold" ]
[ "check", "immutable", "(", ")", ";", "set", "state", "(", "state", "holding", ")", ";" ]
[ "sets", "the", "video", "connection", "provider" ]
[ "check", "immutable", "(", ")", ";", "m", "video", "provider", "=", "video", "provider", ";", "for", "(", "listener", "l", ":", "m", "listeners", ")", "{", "l", "on", "video", "provider", "changed", "(", "this", ",", "video", "provider", ")", ";", "}...
[ "obtains", "the", "video", "provider", "of", "this", "{" ]
[ "return", "m", "video", "provider", ";" ]
[ "informs", "listeners", "that", "this", "{", "@", "code", "connection", "}", "is", "in", "a", "post", "-", "dial", "wait", "state", "this", "is", "done", "when", "(", "a", ")", "the", "{", "@", "code", "connection", "}", "is", "issuing", "a", "dtmf",...
[ "check", "immutable", "(", ")", ";", "for", "(", "listener", "l", ":", "m", "listeners", ")", "{", "l", "on", "post", "dial", "wait", "(", "this", ",", "remaining", ")", ";", "}" ]
[ "informs", "listeners", "that", "this", "{", "@", "code", "connection", "}", "has", "processed", "a", "character", "in", "the", "post", "-", "dial", "started", "state", "this", "is", "done", "when", "(", "a", ")", "the", "{", "@", "code", "connection", ...
[ "check", "immutable", "(", ")", ";", "for", "(", "listener", "l", ":", "m", "listeners", ")", "{", "l", "on", "post", "dial", "char", "(", "this", ",", "next", "char", ")", ";", "}" ]
[ "requests", "that", "the", "framework", "play", "a", "ringback", "tone", "this", "is", "to", "be", "invoked", "by", "implementations", "that", "do", "not", "play", "a", "ringback", "tone", "themselves", "in", "the", "connection", "s", "audio", "stream" ]
[ "check", "immutable", "(", ")", ";", "if", "(", "m", "ringback", "requested", "!", "=", "ringback", ")", "{", "m", "ringback", "requested", "=", "ringback", ";", "for", "(", "listener", "l", ":", "m", "listeners", ")", "{", "l", "on", "ringback", "re...
[ "sets", "the", "connection", "s", "capabilities", "as", "a", "bit", "mask", "of", "the", "{", "@", "code", "capability", "*", "}", "constants" ]
[ "check", "immutable", "(", ")", ";", "if", "(", "m", "connection", "capabilities", "!", "=", "connection", "capabilities", ")", "{", "m", "connection", "capabilities", "=", "connection", "capabilities", ";", "for", "(", "listener", "l", ":", "m", "listeners"...
[ "sets", "the", "connection", "s", "properties", "as", "a", "bit", "mask", "of", "the", "{", "@", "code", "property", "*", "}", "constants" ]
[ "check", "immutable", "(", ")", ";", "if", "(", "m", "connection", "properties", "!", "=", "connection", "properties", ")", "{", "m", "connection", "properties", "=", "connection", "properties", ";", "for", "(", "listener", "l", ":", "m", "listeners", ")",...
[ "tears", "down", "the", "connection", "object" ]
[ "for", "(", "listener", "l", ":", "m", "listeners", ")", "{", "l", "on", "destroyed", "(", "this", ")", ";", "}" ]
[ "requests", "that", "the", "framework", "use", "voip", "audio", "mode", "for", "this", "connection" ]
[ "check", "immutable", "(", ")", ";", "m", "audio", "mode", "is", "voip", "=", "is", "voip", ";", "for", "(", "listener", "l", ":", "m", "listeners", ")", "{", "l", "on", "audio", "mode", "is", "voip", "changed", "(", "this", ",", "is", "voip", ")...
[ "sets", "the", "time", "at", "which", "a", "call", "became", "active", "on", "this", "connection", "this", "is", "set", "only", "when", "a", "conference", "call", "becomes", "active", "on", "this", "connection" ]
[ "m", "connect", "time", "millis", "=", "connect", "time", "millis", ";" ]
[ "sets", "the", "time", "at", "which", "a", "call", "became", "active", "on", "this", "connection", "this", "is", "set", "only", "when", "a", "conference", "call", "becomes", "active", "on", "this", "connection" ]
[ "m", "connect", "elapsed", "time", "millis", "=", "connect", "elapsed", "time", "millis", ";" ]
[ "sets", "the", "label", "and", "icon", "status", "to", "display", "in", "the", "in", "-", "call", "ui" ]
[ "check", "immutable", "(", ")", ";", "m", "status", "hints", "=", "status", "hints", ";", "for", "(", "listener", "l", ":", "m", "listeners", ")", "{", "l", "on", "status", "hints", "changed", "(", "this", ",", "status", "hints", ")", ";", "}" ]
[ "returns", "the", "connections", "or", "conferences", "with", "which", "this", "connection", "can", "be", "conferenced" ]
[ "return", "m", "unmodifiable", "conferenceables", ";" ]
[ "adds", "a", "boolean", "extra", "to", "this", "{", "@", "link", "conference", "}" ]
[ "bundle", "new", "extras", "=", "new", "bundle", "(", ")", ";", "new", "extras", "put", "boolean", "(", "key", ",", "value", ")", ";", "put", "extras", "(", "new", "extras", ")", ";" ]
[ "adds", "an", "integer", "extra", "to", "this", "{", "@", "link", "conference", "}" ]
[ "bundle", "new", "extras", "=", "new", "bundle", "(", ")", ";", "new", "extras", "put", "int", "(", "key", ",", "value", ")", ";", "put", "extras", "(", "new", "extras", ")", ";" ]
[ "adds", "a", "string", "extra", "to", "this", "{", "@", "link", "conference", "}" ]
[ "bundle", "new", "extras", "=", "new", "bundle", "(", ")", ";", "new", "extras", "put", "string", "(", "key", ",", "value", ")", ";", "put", "extras", "(", "new", "extras", ")", ";" ]
[ "removes", "extras", "from", "this", "{", "@", "code", "connection", "}" ]
[ "synchronized", "(", "m", "extras", "lock", ")", "{", "if", "(", "m", "extras", "!", "=", "null", ")", "{", "for", "(", "string", "key", ":", "keys", ")", "{", "m", "extras", "remove", "(", "key", ")", ";", "}", "}", "}", "list", "<", "string",...
[ "removes", "extras", "from", "this", "{", "@", "link", "conference", "}" ]
[ "remove", "extras", "(", "arrays", "as", "list", "(", "keys", ")", ")", ";" ]
[ "sets", "the", "audio", "route", "(", "speaker", "bluetooth", "etc", ")", "when", "this", "request", "is", "honored", "there", "will", "be", "change", "to", "the", "{", "@", "link", "#", "get", "call", "audio", "state", "(", ")", "}", "<", "p", ">", ...
[ "for", "(", "listener", "l", ":", "m", "listeners", ")", "{", "l", "on", "audio", "route", "changed", "(", "this", ",", "route", ",", "null", ")", ";", "}" ]
[ "request", "audio", "routing", "to", "a", "specific", "bluetooth", "device", "calling", "this", "method", "may", "result", "in", "the", "device", "routing", "audio", "to", "a", "different", "bluetooth", "device", "than", "the", "one", "specified", "if", "the",...
[ "for", "(", "listener", "l", ":", "m", "listeners", ")", "{", "l", "on", "audio", "route", "changed", "(", "this", ",", "call", "audio", "state", "route", "bluetooth", ",", "bluetooth", "device", "get", "address", "(", ")", ")", ";", "}" ]
[ "informs", "listeners", "that", "a", "previously", "requested", "rtt", "session", "via", "{" ]
[ "m", "listeners", "for", "each", "(", "(", "l", ")", "-", ">", "l", "on", "rtt", "initiation", "success", "(", "connection", "this", ")", ")", ";" ]
[ "informs", "listeners", "that", "a", "previously", "requested", "rtt", "session", "via", "{" ]
[ "m", "listeners", "for", "each", "(", "(", "l", ")", "-", ">", "l", "on", "rtt", "initiation", "failure", "(", "connection", "this", ",", "reason", ")", ")", ";" ]
[ "informs", "listeners", "that", "a", "currently", "active", "rtt", "session", "has", "been", "terminated", "by", "the", "remote", "side", "of", "the", "coll" ]
[ "m", "listeners", "for", "each", "(", "(", "l", ")", "-", ">", "l", "on", "rtt", "session", "remotely", "terminated", "(", "connection", "this", ")", ")", ";" ]
[ "informs", "listeners", "that", "the", "remote", "side", "of", "the", "call", "has", "requested", "an", "upgrade", "to", "include", "an", "rtt", "session", "in", "the", "call" ]
[ "m", "listeners", "for", "each", "(", "(", "l", ")", "-", ">", "l", "on", "remote", "rtt", "request", "(", "connection", "this", ")", ")", ";" ]
[ "notifies", "the", "{", "@", "link", "conference", "}", "that", "the", "{", "@", "link", "#", "get", "audio", "state", "(", ")", "}", "property", "has", "a", "new", "value" ]
[]
[ "notifies", "the", "{", "@", "link", "conference", "}", "that", "the", "{", "@", "link", "#", "get", "call", "audio", "state", "(", ")", "}", "property", "has", "a", "new", "value" ]
[]
[ "notifies", "this", "connection", "of", "an", "internal", "state", "change", "this", "method", "is", "called", "after", "the", "state", "is", "changed" ]
[]
[ "notifies", "the", "{", "@", "link", "conference", "}", "of", "a", "request", "to", "play", "a", "dtmf", "tone" ]
[]
[ "notifies", "the", "{" ]
[]
[ "notifies", "the", "{" ]
[]
[ "notifies", "this", "connection", "of", "a", "request", "to", "disconnect", "a", "participant", "of", "the", "conference", "managed", "by", "the", "connection" ]
[]
[ "notifies", "this", "connection", "of", "a", "request", "to", "separate", "from", "its", "parent", "conference" ]
[]
[ "notifies", "this", "connection", "of", "a", "request", "to", "abort" ]
[]
[ "notifies", "the", "{" ]
[]
[ "notifies", "the", "{" ]
[]
[ "notifies", "this", "connection", "which", "is", "in", "{" ]
[]
[ "notifies", "this", "connection", "which", "is", "in", "{" ]
[ "on", "answer", "(", "video", "profile", "state", "audio", "only", ")", ";" ]