Questions tagged [whiteboard]

74 questions
2
votes
1 answer

Is it possible to integrate Microsoft whiteboard in Angular web Application?

Is it possible to integrate Microsoft whiteboard in Angular web Application? I am trying to integrate Microsoft whiteboard concept in angular web application. During the meeting, we need to share whiteboard feature in the application. while meeting…
user16991217
2
votes
1 answer

using flash media server with moodle whiteboard

I am trying to use flash media server with moodle [Course Management System] to use it the steps tells me to add this line of code : $CFG->fms = 'YourFmsLink'; as following this link : http://moodlemodules.netcourse.org/2007/11/17/whiteboard/ well…
Eslam Soliman
  • 1,276
  • 5
  • 16
  • 42
2
votes
0 answers

Unable to play canvas streaming in Enablex. What will be canvas Selector here?

I am trying to add a whiteboard in my video chat app for which i am using Enablex's canvas streaming api. https://developer.enablex.io/video-api/client-api/web-toolkit/advance-features/#start-canvas-streaming But it is'nt working. Does…
Avinash Toppo
  • 349
  • 1
  • 2
  • 10
2
votes
0 answers

How can I configure an osgi http whiteboard servlet for HTTPS?

I have built a REST interface via the http whiteboard servlet pattern in osgi @Component(service = RestComponentImpl.class) @JaxrsResource @HttpWhiteboardResource(pattern = "/rest/*", prefix = "static") public class RestComponentImpl { …
Ferdinand
  • 21
  • 4
2
votes
1 answer

How to change color of a rectangle element in Enterprise architect Whiteboard diagram

I am new to EA, and for my high level layered architecture, I just want to draw a whiteboard diagram with few rectangles. I want to change the colour of the rectangles, However, the right click context pop for colour is not changing my rectangle…
kapricodes
  • 21
  • 3
1
vote
1 answer

Is MaterialApp/Scaffold absorb my Listener?

I try to code a very simple Whiteboard. When I use Widget build(BuildContext context) { return MaterialApp( home: Scaffold( body: Container( child: Listener( the app isn't recognizing any mouseclick…
aCas
  • 65
  • 1
  • 6
1
vote
0 answers

Getting token access room forbidden Agora Whiteboard

I am trying to integrate agora whiteboard in my website but getting this error. [White] Error: connect failed: cannnot join room: token access room forbidden if anyone know the solution please reply to this issue
1
vote
0 answers

Unable to get the otWhiteboard_update Signal from Host to other participant

I'm trying to use the opentok Whiteboard functionality. Scenario: As a participant in the session, I cannot catch the otWhiteboard_update signal from the host who initiated the Whiteboard…
Ben
  • 11
  • 1
  • 5
1
vote
1 answer

Can we add shape in turtle.shape()?

I want to code whiteboard program so I want to change shape of turtle to pen. I wanna know Do we have something in turtle to add further - like pen - shape in turtle.shape()? and if we have it, how can we add it?
1
vote
1 answer

In the reference implementation of the JAX-RS Whiteboard for OSGi, what calls createWhiteboard(..)?

The reference implementation of OSGi's JAX-RS Whiteboard is called Aries JAX-RS Whiteboard. My question is, how and when does the factory method for the Whiteboard.class get called? public static Whiteboard createWhiteboard( Dictionary
Jonathan Komar
  • 2,678
  • 4
  • 32
  • 43
1
vote
1 answer

Whiteboard problem about parent age and child age

I solved this problem using my own code, though mine was a bit longer-winded than this one. When I checked other people's solutions this one came up and I just don't understand it. To my amateur eye it looks like it would return a massive number as…
Andrew Lovato
  • 103
  • 2
  • 10
1
vote
0 answers

Whiteboard with Raspberry

Community, I have Raspberry Pi 3 model B and in this Raspberry installed Raspbian. So I'm trying to connect whiteboard to Raspbian, but I can't connect. I think the problem is related with drivers. Can someone tell me is any whiteboard driver exist…
Qutfullo Ochilov
  • 303
  • 1
  • 10
1
vote
2 answers

Binary search to solve 'Kth Smallest Element in a Sorted Matrix'. How can one ensure the correctness of the algorithm,

I'm referring to the leetcode question: Kth Smallest Element in a Sorted Matrix There are two well-known solutions to the problem. One using Heap/PriorityQueue and other is using Binary Search. The Binary Search solution goes like this (top…
Snehasis Ghosh
  • 739
  • 6
  • 10
1
vote
1 answer

Whiteboard for angular 2

I want to have a whiteboard in my website, where I'm developing it's front-end with angular 2, and I searched for whiteboard many times and the best thing I found is Literally Canvas but it doesn't have enough features, for example I want the…
SAM
  • 103
  • 4
  • 14
1
vote
0 answers

PeerJS: is it possible to use data connections mode to make whiteboard?

I wonder, if it is possible to use data connections mode to make whiteboard? Anyone attempted that? (with success)
Jeffz
  • 2,075
  • 5
  • 36
  • 51