Replies: 7 comments 4 replies
-
For controlling transmission in channels you can maybe look into this test-case: |
Beta Was this translation helpful? Give feedback.
-
@bear101 i've looked at this, but i stil couldn't find out what should i call after ttclient.do for turning off and turning on a transmit for a user. Note that i'm not implementing classroom transmits now, i'm just doing normal transmissions which are done by ctrl+alt+q throo t in windows clients. |
Beta Was this translation helpful? Give feedback.
-
@bear101 ok, This now makes sence. Now tell me what about a non classroom channel? |
Beta Was this translation helpful? Give feedback.
-
@bear101 i didn't properly understand things here. I'll just open a pull request with everything I know how to do, and then you can do the rest or help me to do it because it is just a fue lines that i don't know how to do them |
Beta Was this translation helpful? Give feedback.
-
@bear101 what to call after ttclient.do for sending a broadcast message? i'm adding broadcast ability to teamtalk android. I'v looked at the qt teamtalk, but it seemze difrent because i didn't understand what to call after ttclient.do in android client |
Beta Was this translation helpful? Give feedback.
-
yes, but i don't know what's the name. For example, ttclient.do_broadcast_message userid msg |
Beta Was this translation helpful? Give feedback.
-
@bear101 ok, but What's the auder of it, doTextMessage userid message or doTextMessage message userid? |
Beta Was this translation helpful? Give feedback.
-
Description
hello @bear101 When i was adding intercept subscriptions to the android client, I was aware what to call for its function so to request that from server, and they was These.
ttclient.doSubscribe(user.nUserID, Subscription.SUBSCRIBE_INTERCEPT_EXAMPLE);
This is for subscribing and
ttclient.doUnsubscribe(user.nUserID, Subscription.SUBSCRIBE_INTERCEPT_EXAMPLE);
This is for unsubscribing
Now, I don't know What should i call for these lines for transmit controles, Can you please send one of these lines for me as an example for me in comment? thanks.
Application
Beta Was this translation helpful? Give feedback.
All reactions