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
- 737 Add OnCallingStateChange
- 737 Add OnCallingRemoved
- 737 Add GetCallingState
- 737 Add EndCall
- 737 Add CreateCall
- 737 Add AnswerIncomingCall
- 737 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
- 737 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
- 737 Add GetCallingState
OnCallingRemoved
| Parameters (1) | |
|---|---|
| callId | string |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 737 Add OnCallingRemoved
OnCallingStateChange
| Parameters (1) | |
|---|---|
| callingState | Dictionary |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |