CallingService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 6
Description
History 7
- 738 Add OnCallingStateChange
- 738 Add OnCallingRemoved
- 738 Add GetCallingState
- 738 Add EndCall
- 738 Add CreateCall
- 738 Add AnswerIncomingCall
- 738 Add CallingService
Members 6
AnswerIncomingCall
| Parameters (1) | ||
|---|---|---|
| callId | string | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
CreateCall
| Parameters (2) | Default | |
|---|---|---|
| participantIds | Array | {} |
| chatChannelId | string | |
| Returns (1) | ||
| string | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 738 Add CreateCall
EndCall
| Parameters (2) | ||
|---|---|---|
| callId | string | |
| reason | string | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
GetCallingState
| Parameters (1) | ||
|---|---|---|
| callId | string | |
| Returns (1) | ||
| Dictionary | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 738 Add GetCallingState
OnCallingRemoved
| Parameters (1) | |
|---|---|
| callId | string |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 738 Add OnCallingRemoved
OnCallingStateChange
| Parameters (1) | |
|---|---|
| callingState | Dictionary |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |