Remove outdated messaging TODO

This commit is contained in:
hensm
2022-04-15 22:10:06 +01:00
parent 59dc806d31
commit 59db2940d2
2 changed files with 0 additions and 6 deletions

View File

@@ -132,9 +132,6 @@ type MessageDefinitions = {
* Sent to cast API instance from bridge whenever a message
* operation is completed. If an error ocurred, an error string will
* be passed as the `error` data property.
*
* TODO: Check how/if this works with receiver messages (via
* `bridge:sendCastReceiverMessage`).
*/
"cast:impl_sendMessage": {
sessionId: string;

View File

@@ -186,9 +186,6 @@ type AppMessageDefinitions = {
* Sent to cast API instance from bridge whenever a message
* operation is completed. If an error ocurred, an error string will
* be passed as the `error` data property.
*
* TODO: Check how/if this works with receiver messages (via
* `bridge:sendCastReceiverMessage`).
*/
"cast:impl_sendMessage": {
sessionId: string;