mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Remove outdated messaging TODO
This commit is contained in:
@@ -132,9 +132,6 @@ type MessageDefinitions = {
|
|||||||
* Sent to cast API instance from bridge whenever a message
|
* Sent to cast API instance from bridge whenever a message
|
||||||
* operation is completed. If an error ocurred, an error string will
|
* operation is completed. If an error ocurred, an error string will
|
||||||
* be passed as the `error` data property.
|
* be passed as the `error` data property.
|
||||||
*
|
|
||||||
* TODO: Check how/if this works with receiver messages (via
|
|
||||||
* `bridge:sendCastReceiverMessage`).
|
|
||||||
*/
|
*/
|
||||||
"cast:impl_sendMessage": {
|
"cast:impl_sendMessage": {
|
||||||
sessionId: string;
|
sessionId: string;
|
||||||
|
|||||||
@@ -186,9 +186,6 @@ type AppMessageDefinitions = {
|
|||||||
* Sent to cast API instance from bridge whenever a message
|
* Sent to cast API instance from bridge whenever a message
|
||||||
* operation is completed. If an error ocurred, an error string will
|
* operation is completed. If an error ocurred, an error string will
|
||||||
* be passed as the `error` data property.
|
* be passed as the `error` data property.
|
||||||
*
|
|
||||||
* TODO: Check how/if this works with receiver messages (via
|
|
||||||
* `bridge:sendCastReceiverMessage`).
|
|
||||||
*/
|
*/
|
||||||
"cast:impl_sendMessage": {
|
"cast:impl_sendMessage": {
|
||||||
sessionId: string;
|
sessionId: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user